

@import url(https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100,100italic,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,700italic,800,900,800italic,900italic);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.fancybox.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(../fonts/flaticon/flaticon.css);
@import url(../revolution/css/settings.css);
@import url(../js/jquery-ui-1.11.4/jquery-ui.css);








/* 6 .rev_slider_wrapper styles */

.rev_slider .slotholder:after {
    background: rgba(0, 0, 0, 0.0);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.rev_slider_wrapper .thm-banner-h1 {
    font-size: 55px;
    font-weight: 600;
    color: #fff;
    font-family: 'Raleway';
    text-transform: uppercase;
}

.rev_slider_wrapper .thm-banner-h3 {
    font-size: 30px;
    font-weight: 400;
    color: #0062A9;
    font-family: 'Raleway';
    text-transform: capitalize;
}

.rev_slider_wrapper .thm-banner-p {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    font-family: 'Poppins';
    line-height: 27px;
}

.rev_slider_wrapper .thm-banner-h1.heavy {
    font-weight: 900;
}

.rev_slider_wrapper .thm-btn {
    transition: all .3s ease !important;
}

.rev_slider_wrapper .thm-banner-h1.blue-bg {
    background: #0062A9;
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    padding: 0 10px;
}

.rev_slider_wrapper .thm-banner-h1.black-bg {
    background: #262F36;
    color: #fff;
    font-size: 50px;
    line-height: 55px;
    padding: 0 10px;
}


/* 7 .call-to-action styles */

.call-to-action .container-fluid {
    padding: 0;
}

.call-to-action-corner {
    /*width: 35%;*/
    position: relative;
    /*float: left;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.call-to-action-corner:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    background: rgba(106, 175, 8, .85);
}

.call-to-action-center {
    /*width: 30%;*/
    position: relative;
    /*float: left;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.call-to-action-center:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(1, 27, 27, .85);
}

.single-call-to-action {
    min-height: 250px;
    padding: 60px 35px;
    position: relative;
}

.single-call-to-action .icon-box,
.single-call-to-action .content-box {
    display: table-cell;
    vertical-align: top;
}

.single-call-to-action .icon-box {
    position: relative;
    top: 38px;
}

.single-call-to-action .icon-box i {
    position: relative;
    bottom: 25px;
}

.single-call-to-action .icon-box i:before {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    font-size: 42px;
    padding: 17px;
}

.single-call-to-action .content-box {
    text-align: left;
    padding-left: 15px;
}

.single-call-to-action .content-box .title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.single-call-to-action .content-box p {
    font-size: 13px;
    color: #fff;
    line-height: 24px;
}

.single-call-to-action .content-box ul {
    margin: 0;
    padding: 0;
}

.single-call-to-action .content-box ul li {
    list-style: none;
    display: block;
    color: #fff;
    font-size: 13px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.single-call-to-action .content-box .thm-btn.inverse {
    border-color: #fff;
    background-color: transparent;
    padding: 7px 22px;
    color: #fff;
}

.single-call-to-action .content-box .thm-btn.inverse:hover {
    background: #fff;
    color: #0062A9;
}

.call-to-action.boxed .single-call-to-action .content-box {
    width: 70%;
}


/* 8 .single-specialize styles */

.single-specialize {
    padding: 0 60px;
}

.single-specialize:hover .icon-box {
    background: #0062A9;
    border-color: #0062A9;
    color: #fff;
}

.single-specialize .icon-box {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #F0F0F0;
    line-height: 118px;
    color: #0062A9;
    margin-bottom: 30px;
    transition: all ease-in .3s;
    -webkit-transition: all ease-in .3s;
    -moz-transition: all ease-in .3s;
}

.single-specialize .icon-box i:before {
    font-size: 60px;
}

.single-specialize h3 {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    color: #202A30;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}

.single-specialize p {
    color: #9C9C9C;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 25px;
}

.single-specialize a.thm-btn {
    font-size: 12px;
    padding: 7px 21px;
}

.col-4 .single-specialize {
    margin-bottom: 40px;
    padding: 0;
    padding-right: 20px;
}

.col-4 .single-specialize .icon-box {
    width: 100px;
    height: 100px;
    margin-left: 0;
    margin-right: 0;
    line-height: 98px;
}

.col-4 .single-specialize .icon-box i:before {
    font-size: 40px;
}

.col-4 .services-iconbox .single-specialize .icon-box i:before {
    font-size: 50px;
}

.specialize-style-box .single-specialize {
    border: 2px solid #f0f0f0;
    margin-bottom: 30px;
    padding: 20px 15px;
    text-align: center;
}

.specialize-style-box .single-specialize .icon-box {
    border: 2px solid #f0f0f0;
    color: #0062A9;
    height: 100px;
    line-height: 98px;
    width: 100px;
}

.specialize-style-box .single-specialize:hover .icon-box {
    background-color: transparent;
    border-color: #0062A9;
}

.specialize-style-box .single-specialize .icon-box i:before {
    font-size: 42px;
}

.specialize-style-box .single-specialize h3 {
    font-size: 16px;
    line-height: 16px;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.specialize-style-box .single-specialize p {
    font-size: 13px;
    line-height: 24px;
}


/* 8 .working-process styles */

.working-process .process-box {
    text-align: center;
}

.working-process .process-box .title {
    color: #202a30;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: uppercase;
}

.working-process .process-box .icon {
    border: 1px solid #c5c5c5;
    display: inline-block;
    height: 130px;
    line-height: 130px;
    position: relative;
    text-align: center;
    width: 130px;
}

.market1 {
        background: url("../img/market001.jpg") no-repeat center center;
        background-size: 100%;
}

.market2 {
        background: url("../img/market002.jpg") no-repeat center center;
        background-size: 100%;
}
.market3 {
        background: url("../img/market003.jpg") no-repeat center center;
        background-size: 100%;
}
.market4 {
        background: url("../img/market004.jpg") no-repeat center center;
        background-size: 100%;
}


.working-process .process-box .icon:before {
    color: #c5c5c5;
    content: '\f105';
    font-family: "FontAwesome";
    font-size: 26px;
    height: 1px;
    position: absolute;
    right: -94px;
    top: -5px;
}

.working-process .process-box .icon:after {
    background-color: #c5c5c5;
    content: "";
    height: 1px;
    position: absolute;
    right: -80px;
    top: 60px;
    width: 65px;
}

.working-process .process-box .icon.no-arrow:before,
.working-process .process-box .icon.no-arrow:after {
    display: none;
}

.working-process .process-box .icon i {
    color: #c5c5c5;
    font-size: 80px;
    transition: all 0.3s ease-in-out;
    -webkit-all: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}

.working-process .process-box:hover .icon i {
    color: #0062A9;
}

.working-process .process-box .icon .process-number {
    background-color: #053636;
    color: #fff;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    height: 38px;
    left: -38px;
    line-height: 38px;
    position: absolute;
    text-align: center;
    top: 40px;
    width: 38px;
}


/* 9 .full-sec styles */

.full-sec {
    background: #FBFCFC;
}

.full-sec .sec-title {
    margin: 0;
    margin-bottom: 30px;
}

.full-sec .full-image {
    max-width: none;
    margin-right: -15px;
}

.full-sec h3 {
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    text-transform: capitalize;
    color: #0062A9;
    font-weight: 300;
    line-height: 40px;
    margin: 0;
}

.full-sec p {
    color: #9C9C9C;
    line-height: 26px;
}

.full-sec .full-sec-content {
    padding-top: 70px;
    padding-left: 70px;
}

.full-sec .thm-btn {
    padding: 7px 21px;
    font-size: 12px;
    border-color: #D3D3D3;
    color: #202A30;
    background-color: transparent;
}

.full-sec .thm-btn:hover {
    background: #0062A9;
    border-color: #0062A9;
    color: #fff;
}


/* 10 .offer-wrapper styles */

.offer-wrapper {
    position: relative;
}

.offer-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: url(../img/offer/1.jpg) 0 0 no-repeat;
    opacity: .9;
}

.offer-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 50%;
    height: 100%;
    background: url(../img/offer/2.jpg) 0 0 no-repeat;
    opacity: .9;
}

.offer-wrapper .has-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: #0375d3;
    opacity: .9;
}

.offer-wrapper .has-overlay:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #195db2;
    opacity: .9;
}

.single-offer {
    position: relative;
    z-index: 9;
    color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
}

.single-offer h3 {
    font-size: 30px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 15px;
}

.single-offer h3 span {
    font-size: 16px;
}

.single-offer .thm-btn {
    padding: 10px 27px;
    color: #fff;
    border-color: #fff;
    background-color: transparent;
}

.single-offer .thm-btn:hover {
    background: #fff;
    border-color: #fff;
    color: #0062A9;
}

.single-offer p {
    font-size: 14px;
    line-height: 26px;
    margin: 0;
    margin-bottom: 30px;
}

.single-offer a {
    color: #fff;
}

.single-offer a:hover {
    color: #262F36;
}

.single-offer.left {
    padding-right: 70px;
}

.single-offer.right {
    padding-left: 70px;
}



/* 27 .featured-section styles */

.featured-section {
    position: relative;
}


.skills {
    position: relative;
}

.skills .skill-box {
    position: relative;
    margin-bottom: 27px;
}

.skills .skill-box h4 {
    color: #fff;
    font-size: 15px;
    margin-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

.skills .skill-box .bar {
    position: relative;
    height: 4px;
}

.skills .skill-box .bar .bar-innner {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 10px;
    background: #053636;
}

.skills .skill-box .bar .bar-fill {
    position: relative;
    width: 0px;
    height: 10px;
    background: #0062A9;
}

.skills .skill-box .percent {
    position: absolute;
    right: 0px;
    width: 50px;
    top: -30px;
    font-size: 14px;
    color: #fff;
}

.accordion-box {
    padding-left: 0;
    position: relative;
}

.accordion-box .block {
    list-style: none;
    margin-bottom: 25px;
    position: relative;
}

.accordion-box .block .acc-btn {
    border: 1px solid #0062A9;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 12px;
    position: relative;
}

.accordion-box .block .acc-btn.active {
    border-bottom: 1px solid #085757;
    border-color: #085757;
    color: #fff;
    padding-bottom: 10px;
}

.accordion-box .block .icon-outer {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: -10px;
}

.accordion-box .block .icon-outer .icon {
    color: #0062A9;
    line-height: 52px;
    position: absolute;
    top: 8px;
    right: 0px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .icon-outer .icon-plus {
    opacity: 1;
}

.accordion-box .block .active .icon-outer .icon-minus {
    opacity: 1;
}

.accordion-box .block .active .icon-outer .icon-plus {
    opacity: 0;
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
}

.accordion-box .block .acc-content.current {
    display: block;
}

.accordion-box .block .content {
    border: 1px solid #085757;
    border-top: none;
    color: #eee;
    font-size: 13px;
    line-height: 1.7;
    padding: 7px 12px 8px;
    position: relative;
}

.featured-section {
  background-color:#fefefe;
  border-top:.5em solid #D30000
}
.featured-section .feature-section__title h2 {
  font-size:1.786rem;
  font-weight:800;
  text-align:center;
  color:#2b2b2b;
  border-bottom:3px solid #2b2b2b;
  margin-top:1em;
  margin-bottom:1em
}
